Conversation
|
Review status: 0 of 20 files reviewed at latest revision, 16 unresolved discussions. generate.py, line 1 [r1] (raw file): generate.py, line 35 [r1] (raw file): TextMining.pdf, line 0 [r1] (raw file): Your implementation shows a strong attention to detail and a lot of thoughtfulness in terms of design and modularity. Your testing was super solid, awesome to see more legit + expansive test coverage than doctests. I also really like your implementation of sql - awesome to see you going above and beyond. One area you can work on is in documentation - this includes header comments, docstrings, and inline comments. While your code is very well-written, including comments and headers will make it so much easier for us to go about grading and understanding your code. Looking forward to seeing future projects from you! markov-text-master/db.py, line 2 [r1] (raw file): markov-text-master/db.py, line 11 [r1] (raw file): markov-text-master/gen.py, line 1 [r1] (raw file): markov-text-master/gen.py, line 3 [r1] (raw file): markov-text-master/markov.py, line 1 [r1] (raw file): markov-text-master/markov.py, line 14 [r1] (raw file): markov-text-master/parse.py, line 1 [r1] (raw file): markov-text-master/parse.py, line 4 [r1] (raw file): markov-text-master/parse.py, line 13 [r1] (raw file): markov-text-master/parse.py, line 15 [r1] (raw file): markov-text-master/sql.py, line 1 [r1] (raw file): markov-text-master/sql.py, line 18 [r1] (raw file): markov-text-master/test/suite.py, line 7 [r1] (raw file): Comments from the review on Reviewable.io |
|
Reviewed 20 of 20 files at r1. Comments from the review on Reviewable.io |
Sorry this is late. Here's my text mining project.